home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Windows Selection / Windows Selection 1.iso / System / WinTrasher / WinTrasher.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  1997-08-16  |  2.5 KB  |  121 lines

  1. object Form2: TForm2
  2.   Left = 382
  3.   Top = 378
  4.   BorderStyle = bsDialog
  5.   Caption = 'UnInstall Command'
  6.   ClientHeight = 117
  7.   ClientWidth = 427
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnClose = FormClose
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 8
  18.     Top = 0
  19.     Width = 409
  20.     Height = 105
  21.     Caption = 'Properties'
  22.     Font.Color = clWindowText
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 8
  30.       Top = 24
  31.       Width = 54
  32.       Height = 13
  33.       Caption = 'Item Name:'
  34.       Font.Color = clWindowText
  35.       Font.Height = -11
  36.       Font.Name = 'MS Sans Serif'
  37.       Font.Style = []
  38.       ParentFont = False
  39.     end
  40.     object Label2: TLabel
  41.       Left = 8
  42.       Top = 48
  43.       Width = 79
  44.       Height = 13
  45.       Caption = 'Command/Value'
  46.       Font.Color = clWindowText
  47.       Font.Height = -11
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = []
  50.       ParentFont = False
  51.     end
  52.     object Edit1: TEdit
  53.       Left = 96
  54.       Top = 16
  55.       Width = 305
  56.       Height = 21
  57.       Font.Color = clWindowText
  58.       Font.Height = -11
  59.       Font.Name = 'MS Sans Serif'
  60.       Font.Style = []
  61.       ParentFont = False
  62.       TabOrder = 0
  63.       Text = 'Edit1'
  64.     end
  65.     object Edit2: TEdit
  66.       Left = 96
  67.       Top = 40
  68.       Width = 281
  69.       Height = 21
  70.       Font.Color = clWindowText
  71.       Font.Height = -11
  72.       Font.Name = 'MS Sans Serif'
  73.       Font.Style = []
  74.       ParentFont = False
  75.       TabOrder = 1
  76.       Text = 'Edit2'
  77.     end
  78.     object BitBtn1: TBitBtn
  79.       Left = 320
  80.       Top = 72
  81.       Width = 75
  82.       Height = 25
  83.       Caption = 'Cancel'
  84.       Font.Color = clWindowText
  85.       Font.Height = -11
  86.       Font.Name = 'MS Sans Serif'
  87.       Font.Style = []
  88.       ParentFont = False
  89.       TabOrder = 2
  90.       OnClick = BitBtn1Click
  91.     end
  92.     object BitBtn2: TBitBtn
  93.       Left = 240
  94.       Top = 72
  95.       Width = 75
  96.       Height = 25
  97.       Caption = 'Apply'
  98.       Font.Color = clWindowText
  99.       Font.Height = -11
  100.       Font.Name = 'MS Sans Serif'
  101.       Font.Style = []
  102.       ParentFont = False
  103.       TabOrder = 3
  104.       OnClick = BitBtn2Click
  105.     end
  106.     object Button1: TButton
  107.       Left = 376
  108.       Top = 40
  109.       Width = 25
  110.       Height = 21
  111.       Caption = '...'
  112.       TabOrder = 4
  113.       OnClick = Button1Click
  114.     end
  115.   end
  116.   object RegEntry: TRegistryEnhanced
  117.     Left = 16
  118.     Top = 64
  119.   end
  120. end
  121.